From 3d2da3b9733a5809a5ad4e38db2e30d610994c9f Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Fri, 16 Jul 2004 06:28:03 +0000 Subject: [PATCH] bitkeeper revision 1.1100 (40f77573CvU9GWZuhmX5Moolj6ljnQ) xen-clone fix --- tools/misc/xen-clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone index 641683874e..e434303688 100755 --- a/tools/misc/xen-clone +++ b/tools/misc/xen-clone @@ -65,7 +65,7 @@ if [ -d ${DEST_BK_REP}/linux-*-xen-sparse ] then # this is a new style Xen repository so building is dead easy - LINUX_VER=`( /bin/ls -ld ${DEST_BK_REP}/*linux-*-xen-sparse ) 2>/dev/null | sed -e 's!^.*linux-\(.\+\)-xen-sparse!\1!'` + LINUX_VER=`( /bin/ls -ld ${DEST_BK_REP}/*linux-2.4.*-xen-sparse ) 2>/dev/null | sed -e 's!^.*linux-\(.\+\)-xen-sparse!\1!'` if [ -e ${LINUX_DIR}/linux-${LINUX_VER}.tar.gz ] then -- 2.30.2